h1{
    color: red;
    position: absolute;
    left: 20px;
    top: 15px;
    line-height: 0px;
    font-size: 25px;
}
header{
    background-color: antiquewhite;
    height: 80px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
header ul{
    position: absolute;
    right: 5vw;
    top: 0;
    line-height: 80px;
}
header li{
    display: inline;
    margin-right: 5vw;
    position: relative;
    right: -5vw;
    top: -20px;
    line-height: 0px;
    font-size: 18px;
    color: black;
}
.news{
    background-color: pink;
    color: white;
    height: 100vh;
    width: 100%;
    background-image: url("image/820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: ;
}
.news li{
    display: inline;
    margin-right: 0.5vw;
    position: relative;
    right: -435px;
    top: 300px;
    line-height: 60px;
    font-size: 20px;
    color: black;
}
.news img{
    display: inline;
    margin-right: 5vw;
    position: relative;
    right: -435px;
    top: 305px;
    line-height: 60px;
    font-size: 20px;
    width: 1.5%;
}
.news a{
    color: black;
    text-decoration: none;
}
.news a:hover{
    text-decoration: underline;
}
.news h2{
    color: antiquewhite;
    position: relative;
    right: 0px;
    top: 100px;
    line-height: 2vh;
    font-size: 80px;
    font-size: 60px;
    letter-spacing: 10px;
}
.news p{
    color: red;
    margin: 30px;
}
.news h1{
    font-size: 25px;
    color: brown;
    position: absolute;
    left: 20px;
    top: 15px;
    line-height: 0px;
}
/*  */
@media screen and (max-width 768px) {;
    header ul{
        display: none;
    }
        header h1{
            left: 50%;
            transform: translateX(-50%);
        }
    }
header a{
    color: black;
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
}